home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / rs2lang.zoo / rs2l / exemple / exemple.g < prev    next >
Encoding:
Text File  |  1985-11-19  |  179 b   |  7 lines

  1. echo  ' compilĂ© avec SOZOBON 1.33i'
  2. echo  ' '
  3. jas -l -u -V exinit.s -o exinit.o
  4. cc -c -v -O exemple.c
  5. ld -vpbt  exinit.o exemple.o -o exemple.prg   dlibs.a aesfast.a
  6. rm *.o
  7.